home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Interface / MD.000 / scripts / DefineButton2_206 / BUTTONCONDACTION on(releaseOutside, rollOut, dragOut).as < prev    next >
Text File  |  2005-04-12  |  121b  |  6 lines

  1. on(releaseOutside, rollOut, dragOut){
  2.    stopDrag();
  3.    bot_nome_ballon._visible = false;
  4.    _root.bot_nome = "";
  5. }
  6.